var net/http.statusText
5 uses
net/http (current package)
response.go#L247: text, ok = statusText[r.StatusCode]
server.go#L1518: if text, ok := statusText[code]; ok {
server.go#L2194: body := "<a href=\"" + htmlEscape(url) + "\">" + statusText[code] + "</a>.\n"
status.go#L79: var statusText = map[int]string{
status.go#L151: return statusText[code]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)